home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.app;
-
- import java.awt.event.ActionEvent;
-
- class BaseWindow$9 extends BaseAction {
- // $FF: synthetic field
- final BaseWindow this$0;
-
- public void actionOccurred(ActionEvent var1) {
- this.this$0.getDocument().save(var1);
- BaseApplication.getApplication().updateFileLists(this.this$0.getDocument().getURI());
- }
-
- BaseWindow$9(BaseWindow var1, String var2, char var3) {
- super(var2, var3);
- this.this$0 = var1;
- }
- }
-